func github.com/jackc/pgx/v5.structArgs

3 uses

	github.com/jackc/pgx/v5 (current package)
		named_args.go#L56: 	args, err := structArgs(sa)
		named_args.go#L67: 	args, err := structArgs(sa)
		named_args.go#L74: func structArgs(sa any) (map[string]any, error) {